home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
HYP
/
E-G
/
Externals.cpt
/
Externals
/
card_7085.txt
< prev
next >
Wrap
Text File
|
1989-02-26
|
817b
|
29 lines
-- card: 7085 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 2795
-- name: MoveFile
-- part contents for background part 1
----- text -----
XFCN
-- part contents for background part 22
----- text -----
MoveFile("OldName","New folder")
-- part contents for background part 13
----- text -----
• MoveFile("OldName","New folder"). This moves files between folders on the same volume
(it can't be used to copy files between volumes). "OldName" is a full pathname, and "New
folder" specifies the destination folder. For instance:
put MoveFile("HD:Telecom:session","HD:Stuff:") into err
produces a file called "HD:Stuff:session". Note the final colon in the second argument.
Values returned have the same meaning as in the RenameFile XFCN.